runtime.mspan.startAddr (field)
6 uses
runtime (current package)
mbitmap.go#L1353: runGCProg(addb(prog, 4), (*byte)(unsafe.Pointer(s.startAddr)))
mgcmark.go#L876: gcdata = (*byte)(unsafe.Pointer(s.startAddr))
mheap.go#L416: startAddr uintptr // address of first byte of span aka s.base()
mheap.go#L507: return s.startAddr
mheap.go#L1682: span.startAddr = base
stack.go#L718: gcdata = (*byte)(unsafe.Pointer(s.startAddr))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |